home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1999 February / MACPOWER-1999-02.ISO.7z / MACPOWER-1999-02.ISO / 9902⁄AMUG / SYSTEM / e-bay-for-sherlock.sit / E-bay for sherlock / Ebay sherlock plug-in / E-bay.src next >
Text File  |  1998-11-21  |  600b  |  29 lines

  1. #
  2. # ebay search Plugin for Sherlock, Mac OS 8.5
  3. #
  4.  
  5. <search
  6.     name = "E-bay"
  7.     action = "http://search.ebay.com/cgi-bin/texis/ebay/results.html"
  8.     description = "Searches E-Bay."
  9.     method = get
  10.     >
  11.  
  12. <input name="query" user>
  13. <input name="SortOrder" value="a">
  14. <input name="textonly" value="y">
  15. <input name="srchdesc" value="y">
  16. <input name="maxRecordsReturned" value="200">
  17. <input name="maxRecordsPerPage" value="200">
  18. <input name="SortProperty" value="MetaEndSort">
  19.  
  20. <interpret
  21.  
  22.     resultListStart = "<hr></pre>"
  23.     resultListEnd = "<H5>"    
  24.     
  25.     resultItemStart = "<pre>"
  26.     resultItemEnd = "</pre>"
  27.     >
  28. </search>
  29.